home *** CD-ROM | disk | FTP | other *** search
- Spreadsheet Function: SIGN()
- Synopsis:
-
- @SIGN(exp)
-
- Description:
-
- This function returns -1 if the expression is
- negative, 0 if the expression is 0, and +1 if the
- expression is positive.
-
- Examples:
-
- @SIGN(-5) would give -1.
- @SIGN(2) would give 1.
- *
- Using Functions
- Usefunc.help
- Maths Operators
- operators.help